Search results
Create the page "regex" on this wiki!
Page title matches
- [[category:regex]]298 B (45 words) - 21:09, 3 May 2014
- The backslash in combination with a literal character can create a regex token with a special meaning. E.g. \d is a shorthand that matches a single ...That is because those characters are processed by the compiler, before the regex library sees the string.6 KB (1,067 words) - 02:53, 15 May 2017
Page text matches
- [[category:regex]]298 B (45 words) - 21:09, 3 May 2014
- The backslash in combination with a literal character can create a regex token with a special meaning. E.g. \d is a shorthand that matches a single ...That is because those characters are processed by the compiler, before the regex library sees the string.6 KB (1,067 words) - 02:53, 15 May 2017
- use splitlines and test for string using regex via re.search3 KB (425 words) - 13:34, 14 July 2022
- test(val), test(regex; flags) ...t does not return match objects, only true or false for whether or not the regex matches the input344 B (54 words) - 12:01, 4 August 2018