A bug in recent versions of TPerlRegEx caused it to crash when reusing a TPerlRegEx instance with another regular expression because two pointers weren't set to nil after freeing them.
So, Notepad++ got updated to v6.0. One of their new features is PCRE (Perl Compatible Regular Expressions).
I tried to use this new feature to find and replace things in a file. I tried the regular expression:
{\$([a-zA-Z_]*)}
and it yelled at me, saying "Invalid regular expression".
I tested this regex in other programs (like my main IDE,…
Hi!
I've got a VPS running Ubuntu 9.10 and I cannot sftp to the server with a regular account. I can ssh with a regular account and I can also ssh and sftp with root.
Is there an option that I need to turn on so that regular users can use sftp?
Thanks in advance,
J.
I recently re installed Ubuntu using the mini.iso, but much to my dismay the mini.iso is not configured the same way as the Ubuntu desktop ISO some "problems" I'm facing such as:
An Installation using the regular Ubuntu CD recognizes my active
network connections in Network Manager, Installing with the
mini.iso gives me a working connection…
I had to remove some file headers in a bigger project which were all of the form #region File Header /*[ Compilation unit ---------------------------------------------------------- Name : Class1.cs …
I have a program that reads input from a singe line(string obviously) and organizes it into arrays.
The problem I have is that at one point the program reads two different values and returns the first one twice. Initially I thought the program was reading the same value twice but when I tested it turned out that it got the…
Hello All,
I am hoping someone out there can possibly shed some light on a couple issues I am having with an image slideshow
I have been working on a simple slideshow for a project and everything was going great/as expected up until I created a function to hide the previous images before displaying the next. On the first…
Sometimes I’m handed HTML that I need to wire up and I find these characters. Usually there are only a couple on the page and, while annoying to find, it’s not a big deal. Recently I found dozens and dozens of these guys on a page and wasn’t very happy at the prospect of having to manually search them all out…
Possible Duplicate:
How to find web hosting that meets my requirements?
I just finished writing a website and I'm about to publish it. I was looking at hosting options and I was about to get regular hosting from godaddy, which is about $6 a month with unlimited bandwidth, 150 gb of data, 500 emails and 25 mysql…
I am trying to install 11.04 alpha to a free set of partitions to try it out but neither the regular graphic installer or the alternate installer work.
The graphic one freezes when I try to boot the cd (or cd image on usb stick rather) with a distorted static picture of my regular desktop repeated four times. I have an…
Use the power of regular expressions to cleanse your data right there inside the Data Flow. This transformation includes a full user interface for simple configuration, as well as advanced features such as error output configuration.
Two regular expressions are used, a match expression and a replace expression. The…
I was looking at the regular expression for validating various data types from the (OWASP Regex Repository).
One of the regular expressions in there is called safetext and looks like:
^[a-zA-Z0-9\s.\-]+$
My first question is:
Is this regular expression correct?
complementary question
If this Regex Repository…
When I save a file in Visual Studio 2005, I'd like to have a macro also run that updates a copyright (through a regular expression search and replace).
I'm not new to regular expressions, but I am new to VB/VBA and Visual Studio macros, so what I need help with specifically is:
getting a macro to run upon save,…
I am porting some functionality from a C++ application to java. This involves reading non-modifiable data files that contain regular expressions.
A lot of the data files contain regular expressions that look similar to the following:
(?<=id="VIEWSTATE".*?value=").*?(?=")
These regular expressions produce…
1) If I am running a find and replace in SQL 2005 - what would be the regular expression to find tab and space sequences ( or space and tab sequences ) and replace them with just tab?
2) If I have a line which begins with a space - is there a regular expression to convert that leading space to a tab?
3) What…
I'm trying to get to grips with regular expressions:
I have a database connection string and I'd like to use a regular expression to identify specific Keys and Values within it.
For example
server=foo;database=bar;uid=foo;pwd=bar
I'd like something to return "database=bar;" using the 'database' key to…
Hi All,
I m getting a problem while embedding a font in my web site i m using a css3 rule of font selector code is
@font-face {
font-family:'VoltaEFTU-Regular';
src: url(/fonts/VoltaEFTU-Regular.ttf) format("truetype");
}
.sample { font-family: 'VoltaEFTU-Regular'; font-size: 10em; }
I put…
I was playing around with the rx function for generating regular expressions from sexps in ELISP but couldn't figure out how to generate the regular expression "\\documentclass" for use in org-export-latex-classes:
(rx "\\documentclass")
(rx "\\" "documentclass")
(rx (char "\\")…
Hi All,
My application is in ASP.NET 2.0 with C#. I have a regular expression validator with the regular expression ^[0-9]*(\\,)?[0-9]?[0-9]?$, now my client don't want this validation at client side but on button click i.e. Server Side.
EX: I have to check the value of txtPrice textbox
…
Say on Facebook or Twitter, when I type "www.google.com" and submit it, it becomes a link. How do I code this in PHP? Do I use regular expressions to get where the www starts and the .com ends?
Is this how they do it?
<?PHP
//some regular expression to get www and .com part…
Hi all How can i check the checkbox when all the other checkboxes in a row are checked what i mean is
i have a div table which looks like this
<div id="Row-8">
<span class="span2">
<label class="checkbox">
<input type="checkbox"…
A RegexBuddy user told me that he couldn’t easily find a detailed explanation of the replacement text syntax supported by the String.replace() function in JavaScript. I had to admin that my own web page about JavaScript’s regular expression support was also lacking. I’ve…
The year-end issue of O’Reilly’s author newsletter discussed the trends O’Reilly has been seeing the past few years, and their predictions for 2011. The key trend is that digital is now more than ever poised to take over print:
Our digitally distributed products have…
In our home, there is a mechanic who often use a welding plant. When he use it, I think we get a power surge. My UPS ticks madly (not beep, it ticks). Sometimes, I even lose power to the keyboard. When typing, some keys get missing.
1) My question is, is it good for…
After installation from vmware_bunddle it shows network device error during configuration(First run).
Log File:
2012-04-03T20:01:24.881+06:00| vthread-3| I120: Log for VMware Workstation pid=5766 version=8.0.2 build=build-591240 option=Release…