Powered by MBook

Return to website

Guestbook


Add entry || Search || Rules

Number of entries: 14. Shown 10 entries from 5 to 14
Pages:     [1] [2] >>

14 Name: Smith 21 June 2010 10:04
Great site Thanks
Add comment
13 Name: Davis 17 January 2010 06:24
Email: daviscarlod4Country, city: USA
Nice site Thanks
Add comment
12 Name: Manuel Perez 13 February 2009 18:03
Email: mperez1979Country, city: Panamá
Is it possible to use regular expressions?
Comments:
 
  • Andrew [email] [url]
    It's possible for MS Word documents only, using internal MS Word wildcards.
     
    WBR, Andrew
    13.02.09 18:32
  • Andrew Shelkovenko [url]
    New version 1.90
     
    Regexp available now!
    02.04.09 21:42

  • Add comment
    11 Name: Andrew Shelkovenko 9 January 2009 01:46
    Email: diakinCountry, city: St-Petersburg
    Online documentation updated.
    http://miraxem.com/HelpE/index.html
     
    +MS Word hyperlinks
    +MS Word wildcards
    +Import search and replace from file
    Add comment
    10 Name: David Wells 12 June 2008 13:27
    Email: wells01Country, city: Jackfield, UK
    Hi
    I would like to search multiple files for
    <type>"BM_BMIN_BMM38_BMxxxxxxxx"</type> where xxxxxxxx are variable and replace the line with <type>BMM38</type>. Is this possible?
    Many thanks
    David Wells
     
    Comments:
     
  • Andrew Shelkovenko [email] [url] [St-Petersburg]
    Hi, David!
    Yes, it's possible.
    In Search what  .. cell insert
    Êîä:
    <type>"BM_BMIN_BMM38_BM

     
    In Replace with  .. cell type
    Êîä:
    <type>BMM38</type>

     
    Object cell:String
     
    Mode cell:Replace
     
    In this case program will search the line that contains text from Search cell and replace this line   (Whole line) by text from Replace cell.
     
     
     
    12.06.08 13:59

  • Add comment
    9 Name: Andrew 4 May 2008 14:21
    Email: diakinCountry, city: Ñ-Ïåòåðáóðã
    RQ SpamFinish -http://spamfinish.com        
    RQ SpamFinish allows you delete spam automatically or manually before  download it to your computer. This Anti spam tool based on black and white-list and compare the messages fields   [From],   [To] and   [Subject] with this lists. If message contain text from blacklist and NOT contain text from whitelist, it can be deleted on the server directly.
     
    RQ SpamFinish can works in two modes - Auto and Manual.  
    When RQ SpamFinish minimize to tray it can automatically  delete messages that contains text from blacklist and NOT contains text from whitelist without any popup messages.   (If you set "Delete spam" check box)
    In manual mode you can preview messages headers and mark messages to save or delete manually.
    RQ SpamFinish support POP3 protocol and safety encode mailboxes passwords.
    You can use RQ SpamFinish without registration to checking one mailbox only.
     
    Last version - 1.02  02 May 2008  Size - 859 kb  
    Free downloads link1 http://spamfinish.com/rqsf.zip  
     
     
    RQ SpamFinish Ordering Information  - Unit Price - $16  
     
    Buy Now via Plimus  
    https://www.plimus.com/jsp/buynow.jsp?contractId=1906266
     
    Add comment
    8 Name: Andrew Shelkovenko 15 December 2007 15:37
    Email: diakinCountry, city: St-Petersburg
    15 Dec 2007 1.82
    -! fixed bug with Word documents processing.
     
    05 Nov 2007 1.81
    -! fixed bug in nonregistered version
     
    28 Oct 2007 1.80
    + Search and replace in MSWord  
     headers/footers
     footnotes/endnotes
     text frames
    + fast search and replace text blocks in large files >100 Mb
    + some interface changings
    Add comment
    7 Name: Andrew Shelkovenko 10 February 2007 12:03
    Email: diakin
    Using RQ Search and Replace for HTML tag editing
    You can use RQ Search and Replace to search and replace HTML code for tags,attribute names, or values
     
    For example you can change the font size of one font type without affecting any others
     
     <font size="2" face="Arial"> wil be changed to <font size="3" face="Arial">, but font Verdna
     <font size="2" face="Verdana"> remain the same size="2".
     
    You can delete or change HTML tags, it's attributes or attributes values.
    Don't worry about attribute's order in tag - program parsed  HTML code and get all attributes and its values properly.
     
    Any html code can be found and changed according to a search condition maintaining strict coding syntax
     
    For example <font size="2" face="Arial"> or <  font  face='Arial'          size=2   > is the equvalent tags.
     
     The program searches by the search parameters and changes according to those found parameters
     
    Tags search condition   (terms).
    1. Tag Equivalence
    The program searches for tag by name and the same attributes and value according to search parameters
     
    2. AND condition
    The program searches the same tag by its name, and the tag found must contain all parameters specified in the search conditions   (and possible other tags).
     
    3. OR condition.
    If the required tag with the same name should contain even one of the search criteria it will be found
     
    4. And-NOT condition.
    Required tag should NOT contain every of attributes of search - ie all attributes should NOT be presents in the Required tag.
    .
     
    5. Not -OR condition  
    The search criteria specifies tag atributes that should not be present in found tags
     
    Found Tags and\or attributes may be changed or deleted.
     
    The tag operations consist of:
    1. Deletion of tag or tags
     
    Special keys - Their use
     
    No key   (by default) - delete start tag and corresponding end tag only. Text inside tag will not deleted.
    "ALL" key - delete start tag, corresponding end tag and all text   (and other tags) enclosed in this tag.
    "ALL -" - delete only text enclosed in this tag. Tag will not deleted.
     
     2. Changing attributes
    In search cell, insert tag with attributes that need be changed.
    Program searches tags by search condition.
     
    The program search finds attributes by their name.
    If attribute present - program changes attributes value by the value from replacement cell.
     
    3. Delete attribute
    Delete the attribute in tag found, if attribute has the same name and value   .  
     
    4. Add attribute
    Add the attribute with given value. If attribute already exists - just set the new attribute value.
     
    5. In upper case - set attribute value to upper case for attributes listed in replace cell only. If in replace cell char *   (rep)resents - set all attribute values to upper case.
     
    6. In lower case- set attribute value to lower case for attributes listed in replace cell only. If in replace cell char *   (rep)resents - set all attribute values to lower case.
     
    Other HTML operations:
     
    - create index of html-files in current folder.
    - convert all html files in current folder to plain text files
    - convert all txt files in current folder to html files   (with syntax hi(gh)lighting for source files)
    - replace all  &#xxxx; char representation sequence to national code page chars.
     
    RQ Search and Replace is free for single file operation  
    Registered version can process multiply files and change multiply tags by "one click"   (and  MSWord documents too)
     
     
    With best regards, Andrew Shelkovenko.
     
    Add comment
    6 Name: mimol 16 December 2006 15:21
    How I can ONLY SERCH text?
    Comments:
     
  • Andrew Shelkovenko [email]
    You need ONLY SEARCH   .. and what to do? Preview found files or create file list where text found or.. something else?
     
    To search and preview youn can use RQ Search and View program. http://mira.xeno.ru/rqsv.htm
     
    WBR, Andrew
     
     
    16.12.06 15:37

  • Add comment
    5 Name: Andrew Shelkovenko 14 June 2006 01:50
    14 Jun 2006 VER.1.61
    -   !fixed bug. Deleting tag operation corrected.  
     
    12 Jun 2006 VER.1.60
    +Batch search and replace in MS Word documents.
    Add comment

    Pages:     [1] [2] >>

    Add new entry


    Name*:
    Email:
    URL:
    Country,
    city
    :
    ICQ:
    Don't save in Cookies
    Notify about answer by email
    Hide email address
    Private message for owner
    Message*: 4000
    quote close tags
    all codes