One response to “Searching the PoshCode Repository”

  1. karl prosser

    one trick i find use to find out the occurance of something in a text field. is to do a replace(@searchterm,’‘) and then substract that from the length the of the original text and divide it by the length of the searchterm.