Regular Expressions Jobs
Regular Expressions (often shortened to RegEx or regex) is a powerful tool used to find and replace strings of text quickly and accurately. A Regular Expressions Expert is a professional who builds programs and scripts to allow computers to search for, identify, extract, and replace these strings of text for various purposes. RegEx plays a key role in the overall automated process or coding.
Here's some projects that our expert Regular Expressions Experts made real:
- Building python scripts with RegEx to compare data
- Constructing MS SQL servers with text search functionality
- Designing redirects and canonical URLs
- Reformatting Last Name Strings with VB.Net
- Automatic video detection via predefined text
- Creating PHP scripts and databases
- Debugging Regex expressions in Python
- Applying computational theory to finite automata
Regular Expressions form the base of powerful searches, verifications, and other solutions. When combined with the experience of an expert Regular Expressions programmer, you can count on exceptional results delivered quickly and reliably. By posting a project on Freelancer.com, and hiring one of our Regular Expression Experts, you can get customized solutions tailored specifically for your needs. Let us fuel your visions; hire an expert today!
From 12,901 reviews, clients rate our Regular Expressions Experts 4.89 out of 5 stars.Hire Regular Expressions Experts
I need assistance writing a script or configuring the appropriate processor within Apache Nifi to add attributes to the JSON content in a flow file based upon RegEx matches of another attribute already in the flow file. Sample Input: { "timestamp" : 1680066635, "objectType" : "map", "alias" : "AAAA4455_BBBB9999_C11" } Sample Output: { "timestamp" : 1680066635, "objectType" : "map", "alias" : "AAAA4455_BBBB9999_C11", "partA" : "AAAA4455", "partB" : "BBBB9999", "partC" : "C11" } Note: This actually needs to be done with RegEx and not a simple split string function. The sample provided is simplified. ...
I have some HL7 files that contain a body of text. The text is not formatted until I recieve it but I need to convert it intoa JSON. What I am looking to do is have you write 5-6 REGEX to break the text down into chunks and output the values of the data that I am extrating. Here is the format: (expected output values in brackets, not case sensitive) 1. Image Quality: Grade: (1,2) Comment on technical quality (if not Grade 1 comment required - include all quality issues that apply): Overexposed (dark) / Underexposed (light) / Artefacts / Improper position / Poor contrast / Poor processing / Underinflation / Mottle / Other (please specify): 2A. Any classifiable parenchymal abnormalities: (No/Yes) 2B. Small opacities: a. Shape/Size (Indicate one primary and one secondary): (Not appli...