s/the/el/
Modifier | Description |
a | Match \d, \s, \w and POSIX in ASCII range only |
c | Keep current position after match fails |
d | Use default, native rules of the platform |
g | Global matching |
i | Case-insensitive matching |
l | Use current locale�s rules |
m | Multiline strings |
p | Preserve the matched string |
s | Treat strings as a single line |
u | Use Unicode rules when matching |
x | Ignore whitespace and comments |
s/the/el/g