Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

sub function python

re.sub(pattern, repl, string, count=0, flags=0)
# The sub() is a function in the built-in re module that handles regular expressions.
Source by www.pythontutorial.net #
 
PREVIOUS NEXT
Tagged: #function #python
ADD COMMENT
Topic
Name
1+9 =