RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
regular-expression regex reNative Node bindings to the Oniguruma regular expressions library.Read all about Oniguruma regular expressions here.
regex regexp re regular-expression asyncSome of the codes we run as a test are codes that we acquired finding various lists of non-standard or manufacturer specific codes. We test for both standard and non-standard codes, as most of them follow the same or similar format and can be safely matched in strings without the risk of removing actual string content. There are a few non-standard control codes that do not follow the traditional format (i.e. they end in numbers) thus forcing us to exclude them from the test because we cannot reliably match them.On the historical side, those ECMA standards were established in the early 90's whereas the VT100, for example, was designed in the mid/late 70's. At that point in time, control codes were still pretty ungoverned and engineers used them for a multitude of things, namely to activate hardware ports that may have been proprietary. Somewhere else you see a similar 'anarchy' of codes is in the x86 architecture for processors; there are a ton of "interrupts" that can mean different things on certain brands of processors, most of which have been phased out.
ansi styles color colour colors terminal console cli string tty escape formatting rgb 256 shell xterm command-line text regex regexp re match test find patternEscape RegExp special characters
escape regex regexp re regular expression string str special charactersInstead of having to iterate over RegExp#exec, immutable, and with a nicer result format.Returns an array of objects with a match, sub-matches, and index.
regex regexp re regular expression exec match matches execall all find findall immutable string str multiple many globalRegExp instance to clone.Optionally modify the cloned RegExp instance.
regexp regex re regular expression clone duplicate modify mutateThis is pretty fragile and created for perf reasons where using a real parser would be overkill.The contents of the comment is in the first submatch.
text string regex regexp re match test find pattern comment comments js line blockmemrepl is a frida based script that aims to help a researcher in the task of exploitation of memory corruption related bugs. All the requirements will be installed automatically using python's setuptools.
memory frida re debug debugger repl hacking reverse engineering exploitation exploit vulndev
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.