Changeset 39536 in project
- Timestamp:
- 01/27/21 14:20:43 (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/man/5/Module (chicken irregex)
r38209 r39536 223 223 (irregex-replace/all "[aeiou]" "hello world" "*") => "h*ll* w*rld" 224 224 225 (irregex-replace/all '(* " poo ") "poo poo platter" "*") => "**p*l*a*t*t*e*r"225 (irregex-replace/all '(* "foo ") "foo foo platter" "*") => "**p*l*a*t*t*e*r" 226 226 227 227 (irregex-replace "(.)(.)" "ab" 2 1 "*") => "ba*"
Note: See TracChangeset
for help on using the changeset viewer.