sevnpy.io.regexutility
Regex utility, (sevny.io.regexutility)
This module contains methods and utilities to use regex
Module Attributes
|
Return the string (value) where value is the input |
|
Return the string (?:value) where value is the input |
Functions
Return the string (value) where value is the input |
|
Return the string (?:value) where value is the input |
|
Apply a regex match to a string and store the captured values to a pandas DataFrame |
|
Apply a regex match to the content of a file and store the captured values to a pandas DataFrame |
Classes
This class is a pure static class used to retrieve the regex matching pattern for various types. |