Changes between Version 108 and Version 109 of BadContent


Ignore:
Timestamp:
Oct 19, 2023, 10:08:02 AM (3 years ago)
Author:
Michael Koch
Comment:

how to search for text which contains whitespace characters

Legend:

Unmodified
Added
Removed
Modified
  • BadContent

    v108 v109  
    3939
    4040.? means zero or one of any character
     41
     42\s matches all whitespace characters (which includes [ \t\n\r\f\v])