SpiceQA
Questions
Tags
Users
Badges
Matias Nicolas Rodriguez
@Matias Nicolas Rodriguez
0
reputation
0
answers
9
questions
About Me
// Hello, World !
Top Answers
Top Questions
Fix code to extracts multiple values from a string, then sends all them to a function and replaces those modified values in the original string
2 votes
1 answers
How to make the re.sub() method replace a word only if this word is NOT preceded by a number \d?
2 votes
1 answers
How to establish in this code the condition of <<if it was possible to perform a replacement with re.sub() then:>> enters a code block and not another
1 votes
1 answers
Fix KeyError: '\\s' when trying to replace a substring with one that includes special characters with re.sub() or re.subn() method
1 votes
1 answers
Add a space after a word if it's at the beginning of a string or if it's after one or more spaces, and at the same time it must be at end or before \n
1 votes
3 answers