Python
 Computer >> Computer tutorials >  >> Programming >> Python
  1. How to write a Python regular expression that matches floating point numbers?

  2. What is the difference between re.search() and re.findall() methods in Python regular expressions?

  3. How to write Python regular expression to check alphanumeric characters?

  4. How to use variables in Python regular expression?

  5. How to extract data from a string with Python Regular Expressions?

  6. How to write Python regular expression to match with file extension?

  7. What does “?:” mean in a Python regular expression?

  8. How to write a Python regular expression to get numbers except decimal?

  9. How do we use Python Regular Expression named groups?

  10. How to match parentheses in Python regular expression?

  11. Explain Python regular expression search vs match

  12. How do i match just spaces and newlines with Python regex?

  13. What is recursion & backtracking in Python?

  14. How to split on successions of newline characters using Python regular expression?

  15. How to strip spaces/tabs/newlines using Python regular expression?

  16. How to match whitespace but not newlines using Python regular expressions?

  17. How to match tab and newline but not space using Python regular expression?

  18. How to remove tabs and newlines using Python regular expression?

  19. How to match anything except space and new line using Python regular expression?

  20. How to write a regular expression to match either a or b in Python?

Total 8978 -Computer  FirstPage PreviousPage NextPage LastPage CurrentPage:37/449  20-Computer/Page Goto:1 31 32 33 34 35 36 37 38 39 40 41 42 43