This works just as expected ...
[php]mainstr ="""
${if:isLeaf}
Dont include this isLeaf=True
${/if:isLeaf}
${if:isStatic}
include this isStatic=True
${/if:isStatic}
"""
substr = """
${if:isLeaf}
Dont include this isLeaf=True
${/if:isLeaf}
"""
print mainstr.replace(substr, "")
""" result =
${if:isStatic}
include this isStatic=True
${/if:isStatic}
"""
[/php]
vegaseat
DaniWeb's Hypocrite
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417