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]
Reputation Points: 1333
Solved Threads: 1403
DaniWeb's Hypocrite
Offline 5,792 posts
since Oct 2004