Update parser_function_definitions.py

This commit is contained in:
tripathyr 2022-01-06 12:06:07 +05:30 committed by GitHub
parent e3094ad67a
commit 6715311bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ Special character words - A word followed by either of the special character(#,*
"""
FIND RULES
1. Idenitfy all Special character words in a text string >> and output as a list of those words
1. Identify all Special character words in a text string >> and output as a list of those words
2. Apply rule 1, but only before a marker or keyword like ":" and output as a list of those words
3. Find a number in the string
5. Check for an occurance of exact order of pattern of special character words
@ -277,4 +277,4 @@ def outputreturn(*argv):
'receiveAmount': argv[3], #receiveAmount
'contractName': argv[4], #atList[0][:-1]
'flodata': argv[5] #string
}
}