in reply to Re: Problem creating a function
in thread Problem creating a function

if you are matching newlines in your regular expression, you will need the s flag - otherwise the match will stop at the first newline.
No, that's not quite right. /s is only necessary if you want /./ (dot) to match newlines, which it does not normally do. Since the given regex contains no dots, /s has no effect.

jdporter
...porque es dificil estar guapo y blanco.