Alpha first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/python3.5
|
||||
|
||||
import re
|
||||
|
||||
def htmlsyntax(DATA):
|
||||
DATA = re.sub('<', '<', DATA)
|
||||
DATA = re.sub('>', '>', DATA)
|
||||
return(DATA)
|
||||
Reference in New Issue
Block a user