Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Replace all occurrences of a pattern in a string with VB.NET
- The Regex.Replace method allows you to replace a pattern in a string with a fixed string literal. This VB.NET tip describes how developers can use this method. When you need to find a certain pattern of a string and modify the text to hide the contents, you can...
- Tags: String, Microsoft Visual Basic.Net, Regex.Replace, Regex.Replace Method, Software Development, Software/Web Development, Irina Medvinskaya, Microsoft development tools, Programming languages, .NET, Developer, TechRepublic Inc., Newsletter, IBM Lotus Notes, Text, Visual Basic Tips Newsletter, Development Tools
- Technical articles 2007-05-31
Additional Resources
- RegEx TestBed (exe)
- RegEx TestBed allows you to test your reqular expression in a WYSIWYG fashion. The matches are highlighted and displayed in real time. You can export matches in XML or CSV format. It is built upon powerful .net regex engine. RegEx TestBed also alows you to test the replace function. This...
- Tags: Match, RegEx TestBed, XML, .Net, Application Servers, Middleware, Software/Web Development, Web Development, Software Development, Enterprise Software, Software
- Software downloads 2007-12-03
- RegEx Tester (zip)
- RegEx Tester lets you develop and test your regular expression against a target text. It's UI is designed to aid you in the RegEx developing; especially the big and complex one's. It uses and supports almost all of the features available in the .NET RegEx Class. This version is the...
- Tags: Regular Expression, BucanerO, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Software downloads 2008-03-25
- The Regex Coach (exe)
- The Regex Coach is a graphical application for Linux and Windows which can be used to experiment with (Perl-compatible) regular expressions interactively. The Regex Coach is a tool that allows you to see whether a regular expression matches a particular target string. This version is the first release on CNET...
- Tags: Expression, Regex Coach, Linux, Microsoft Windows, Scripting Languages, Productivity, Programming Languages, Development Tools, Operating Systems, Open Source, Software, Software/Web Development, Web Development, Software Development
- Software downloads 2008-01-11
- RegexRenamer (exe)
- RegexRenamer is a powerful user-friendly graphical tool used to batch rename files using regular expressions. A regular expression is simply text that contains special characters that together defines a pattern that can be used to match text, in this case filenames. Using the power of regexes it becomes easy to...
- Tags: Counter, Network, Regular Expression, Xiperware, RegexRenamer, Networking
- Software downloads 2007-05-24
- Work more efficiently with Perl regular expressions
- Don't let Perl regular expressions get the better of you. Here are two tips to make your code a little more readable and workable.By Charles GalpinPerl regular expressions regexes are often rather cryptic and hard to deal with, but these two tips should help. We'll look first at a technique...
- Tags: Scripting languages, Programming languages, Development tools, Guest Contributor, regex, Perl
- Technical articles 2002-01-17
- RegEx (widget)
- RegEx will test your regular expressions with ease and check each member of the return array quickly. The quick hide function helps keep the desktop uncluttered and all three windows are individually place able. This version is the first release on CNET Download.com.
- Tags: Construction, Desktops, Hardware
- Software downloads 2007-05-17
- Count words in VB.NET using Split and Replace functions
- Hi,You can do this without looping in a one-liner if you don't mind using regular expressions :Public Function getWordCountByVal InputString As String As Integer Return Split(System.Text.RegularExpressions.Regex.Replace(InputString, "s+
- Tags: programming, vb.net, Microsoft Visual Basic.Net, hugo@...
- Discussion threads 2007-03-09
- Regex Match Tracer (zip)
- Regex Match Tracer is a tool to compose and debug regular expressions. It provides a visual environment to you. In the pattern edit box, different parts of regular expressions are displayed in different color. While the pattern changing, the tree structure and the capture-group information will be updated synchronously. The...
- Tags: Expression, Pattern, Regex Match Tracer, Productivity
- Software downloads 2007-11-16
- Regular Expressions: Understanding sequence repetition and grouping
- Regular Expressions come in very handy in your projects when you’re looking to manipulate text input in the form of a control or a file, whether it's HTML, SMTP, XML, or another format. Manipulations afforded by RegEx include the ability to extract strings URLs from HTML and replace strings in...
- Tags: RegEx, Dan Frumin, ZIP code
- Technical articles 2003-08-13
- NoteTab Light (exe)
- NoteTab Light is a versatile free Notepad replacement and a handy HTML editor. Move quickly around stacks of large files with a simple tabbed interface and format your text to your heart's content. Perform system-wide search and replacements. Strip HTML tags. Build libraries of text macros to speed up your...
- Tags: HTML, NoteTab Light, Microsoft Windows, Operating Systems, Software
- Software downloads 2007-09-11
- Filerename.co.uk (7z)
- mp3 file Rename: Batch rename files +mp3. fileRename. Batch rename all files. Tag music files. Optimised for music collections (mp3 flac ogg) Features: ease of use, editable property file, regex search & replace, intuitive parsing, Amazon copy/paste. Batch file renamer. mp3 file rename. mp3 id3.Ease of use - not overloaded...
- Tags: MP3, Filerename.co.uk, Digital Music, Digital Media, Personal Technology, Consumer Electronics
- Software downloads 2008-05-21
- RegexBuddy (exe)
- RegexBuddy is your companion for working with regular expressions. Easily create regular expressions that match exactly what you want. Clearly understand complex regexes written by others. Use plain English building blocks instead of or in addition to the standard regex syntax. Quickly test any regular expression on sample strings and...
- Tags: Expression, RegexBuddy, Scripting Languages, Programming Languages, C#, C/C++, Development Tools, Software/Web Development, Web Development, Software Development
- Software downloads 2008-01-02
- Increase your knowledge of Regular Expression syntax
- In the first article in this series on Regular Expressions, I covered the history of Regular Expressions RegEx and the basic syntax. In the second, I covered more intermediate RegEx syntax and introduced the .NET Framework's Regex class. But so far, I've only scraped the surface of RegEx and its...
- Tags: Dan Frumin, knowledge, RegEx
- Technical articles 2003-09-09
- Getting familiar with Regular Expressions
- A short while ago, I was working on a simple Web site project when I ran into an interesting problem. The application had to accept HTML input in a text box but support only a subset of HTML tags. That is to say, simple formatting tags would be supported, while...
- Tags: Regular Expressions, Dan Frumin, RegEx
- Technical articles 2003-07-29
- RQ Search and Replace (zip)
- Find and replace text in files - batch text replacement software utility for Windows. Batch search and replace in text files an MS Word documents. (MSWord 2000 or later must be installed). Batch search and replace in MS Word text, headers/footers, hyperlinks. Batch search and replace in folder and subfolders....
- Tags: Search, Microsoft Word, Word Processors, Microsoft Office, Microsoft Windows, Tools & Techniques, Office Suites, Software, Operating Systems, Management
- Software downloads 2007-11-16
- Regular expression engine simplifies e-mail validation in PHP
- Validating in PHPThe download version of this article is available here:http://techrepublic.com.com/5138-3513-5951488.htmlValidating user-supplied information like e-mail addresses should be common best practice. [b]Does your Web site validate users?[/b]Why not? ?:|Where is the '+' sign in the validation regexp?The + sign is also valid in an email address. Email...
- Tags: e-mail, e-mail address, Mark W. Kaelin, php, programming, programming languages, Regular Expression Engine, regular expressions, validation
- Discussion threads 2005-11-14
- AT Mr. Replace (zip)
- Powerful and freeware utility for search and replace any text in many files with special symbols and differnet charsets support. Special file format for replace settings, detailed log and statistic info about current replace session. All in all, this application will reduce the time you regularly spent updating or correcting...
- Tags: Freeware, Text
- Software downloads 2008-01-24
- Send e-mail with ASP.NET apps
- This week's .NET newsletter demonstrates how ASP.NET makes it easy to utilize e-mail in an application with the System.Web.Mail namespace.Have you found unique uses for e-mail or encountered problems with it in the ASP.NET environment? If you haven't subscribed to our free .NET newsletter, sign up today! Click this link...
- Tags: Byte Dim rspBuffer, Encoding.Unicode.GetBytes, Microsoft ASP.NET, NetworkStream Dim reqBuffer, Newsletter Editor, nRead, programming, reqBuffer.Length, reqMessage, rspBuffer.Length, rspMessage.StartsWith, SMTP, String Dim nRead, String Dim rspMessage, Throw New Exception
- Discussion threads 2005-02-01
- SQL Find and Replace (exe)
- SQL Find and Replace is a utility made to search and replace content in cells of table columns in a SQL Sequel database. This .NET Find and Replace Utility can replace the data in a single cell or a range of cells automating the task of updating your database. Do...
- Tags: SQL, Cell, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Software downloads 2006-09-20
- << Previous
- page 1 of 1
- Next >>