Difference between revisions of "Regex"

From wikieduonline
Jump to navigation Jump to search
(Created page with "wikipedia:regex")
Tags: Mobile web edit, Mobile edit
 
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[wikipedia:regex]]
+
[[wikipedia:regex]] (1951)
 +
 
 +
* or |
 +
 
 +
=== [[Ansible]] ===
 +
  - [[lineinfile]]:
 +
        path: [[/etc/default/sysstat]]
 +
        state: present
 +
        [[backrefs]]: yes
 +
        [[regexp]]: '[[^]]ENABLED="false"'
 +
        line: 'ENABLED="true"'
 +
 
 +
[[insertafter:]]
 +
 
 +
=== [[JavaScript]] ===
 +
[[npm install escape-string-regexp]]
 +
[[ansi-regex]]
 +
 
 +
=== Python ===
 +
  import [[re]]
 +
 
 +
[[regex.match]]
 +
 
 +
[[java.util.regex]]
 +
 
 +
 
 +
* [[Ruby]]: https://rubular.com/
 +
 
 +
 
 +
 
 +
 
 +
== See also ==
 +
* {{regex}}
 +
* {{programming}}
 +
 
 +
[[Category:Linux]]

Latest revision as of 18:40, 7 September 2023

Advertising: