[User] - How to add tax records, fields, and regex (Part 8-2) - Video
PUBLISHED:  Dec 05, 2016
DESCRIPTION:
Check previous video: https://youtu.be/7l68c6DJufc (Part 8-2)

explanation:

1. the slash ("/") is the starting of the regex (regular expression) so its mandatory to put it in our code.
2. the space between the words are special characters so we need to put a backslash ("") after every word.
3. the "(.*?)" is a regex for getting the data between MLS Beds and MLS Sq Ft.
4. the "/i" is a modifier in the regex. The "i" makes the regex case insensitive.
5. and don't forget to put a comma (",") after it. just in case you need to add another regex next life.

Click Submit..
Test the Parser..

That's all! THANK YOU!!!
follow us on Twitter      Contact      Privacy Policy      Terms of Service
Copyright © BANDMINE // All Right Reserved
Return to top