Move the code over from private repository (#3)
This commit is contained in:
5
skyvern/webeye/string_util.py
Normal file
5
skyvern/webeye/string_util.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import re
|
||||
|
||||
|
||||
def remove_whitespace(string: str) -> str:
|
||||
return re.sub("[ \n\t]+", " ", string)
|
||||
Reference in New Issue
Block a user