You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment a space in the query will not match anything other than a space in the subject. This behavior prevents from matching a space with, for example, a newline character.
Solution:
Add to StandardMatchControl a property foldWhitespace. If set to true, then canonize() transforms any whitespace character into a space.
The text was updated successfully, but these errors were encountered:
At the moment a space in the query will not match anything other than a space in the subject. This behavior prevents from matching a space with, for example, a newline character.
Solution:
Add to StandardMatchControl a property foldWhitespace. If set to
true
, then canonize() transforms any whitespace character into a space.The text was updated successfully, but these errors were encountered: