Explain about python character set ?
Answers
Answered by
1
Answer:
A "character class", or a "character set", is a set of characters put in square brackets. The regex engine matches only one out of several characters in the character class or character set. We place the characters we want to match between square brackets.
Explanation:
hope it's helpful
thank you for marking brainlist.....
Answered by
0
Answer:
A "character class", or a "character set", is a set of characters put in square brackets. The regex engine matches only one out of several characters in the character class or character set. We place the characters we want to match between square brackets. If you want to match any vowel, we use the character set [aeiou].
Similar questions