extension that searches for certain characters and replaces them

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default extension that searches for certain characters and replaces them

    Hey,

    I am trying to develop a new extension for dwmx which searches for certain
    characters and replaces them with other characters! How do I go about doing
    this?

    any links to tuts with deal with find/replace would be great.

    regards
    Suman


    Suman Dahal Guest

  2. Similar Questions and Discussions

    1. Know an extension that searches for the file "lastmodified" date?
      I am working on a site with 80,000 pages and need to find an extension that will search all files within the site and populate the date each file...
    2. Contribute replaces ? with %3F when creating a link...
      Hello, This problem occurs sometimes and we couldn't find out why it happenes. When creating a link we chose the destination php file and add...
    3. ereg_replace replaces to mutch
      Hello, I use a javascript ticker in my header which contains the news in a array like that tickercontents='Message1' tickercontents='Message2'...
    4. Can xml replaces a server technology
      If that is the case, can I use xml in conjunction with asp? Or, is there a way to make vbscript compatible to browser other than IE. I ask this...
  3. #2

    Default Re: extension that searches for certain characters and replaces them

    Suman Dahal wrote:
    > I am trying to develop a new extension for dwmx which searches for certain
    > characters and replaces them with other characters! How do I go about doing
    > this?
    Regular Expressions work wonders in doing this type of work.
    > any links to tuts with deal with find/replace would be great.
    I'm not aware of any find and replace tutorials.

    Danilo
    danilocelic *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139