Can't find desired text in string

when \t\n are copy pastes from e.g. debugging panels and representing a proper tab or line break we can use isMatch / Regex.Match for a defensive check:

grafik

strText = your Text
strPattern = "Standard[\s]*?place1"

myCheck | Boolean = System.Text.RegularExpressions.Regex.IsMatch(strText, strPattern)

[CheatSheet] - System.Text.RegularExpressions | RegEx - News / Tutorials - UiPath Community Forum