QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

edit] Which regular expressions are supported by CMake?

CMake FAQ - KitwarePublic
When using MATCHES or MATCHALL in an IF command, or using any of the STRING(REGEX ...) commands, CMake expects regular expressions, not globs (wild cards). CMake uses the same regular expression engine above all platforms. Here are the meanings of the metacharacters: ^ Matches at beginning of a line $ Matches at end of a line .

What are "regular expressions"?

Apache Server Frequently Asked Questions
Regular expressions are a way of describing a pattern - for example, "all the words that begin with the letter A" or "every 10-digit phone number" or even "Every sentence with two commas in it, and no capital letter Q". Regular expressions (aka "regex"s) are useful in Apache because they let you apply certain attributes against collections of files or resources in very flexible ways - for example, all .gif and .jpg files under any "images" directory could be written as /\/images\/.*(jpg|gif)$/. See similar questions...

Q15. What regular expressions are supported?

Single UNIX Specification FAQ
Both Basic Regular Expressions (BREs) and Extended Regular Expressions (EREs) are supported and are described in XBD, Chapter 9, Regular Expressions and all of the utilities and interfaces that use regular expressions refer back to this definition. The functions regcomp() and regexec() in XSH, Chapter 3, System Interfaces implement regular expressions as defined in the Single UNIX Specification. See similar questions...

edit] What is CMake?

CMake FAQ - KitwarePublic
CMake is a cross-platform, open-source make system. CMake is used to control the software compilation process using simple platform-independent and compiler-independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, preprocessor generation, code generation, and template instantiation. See similar questions...

Can I supply additional regular expressions to DenyHosts?

DenyHosts Frequently Asked Questions
Yes. New in v1.1.5, DenyHosts adds the ability for the user to specify additional regular expressions that can be used to locate possible break-in attempts. The USERDEF_FAILED_ENTRY_REGEX can be specified repeatedly. Each value must contain a single regular expression that includes a host regular expression group and optionally a user group. It is assumed that the end user is familiar with regular expressions in order to take advantage of this feature. See similar questions...

edit] Can I do "make uninstall" with CMake?

CMake FAQ - KitwarePublic
By default, CMake does not provide the "make uninstall" target, so you cannot do this. We do not want "make uninstall" to remove useful files from the system. If you want an "uninstall" target in your project, then nobody prevents you from providing one. You need to delete the files listed in install_manifest.txt file. Here is how to do it. First create file cmake_uninstall.cmake.in in the top-level directory of the project: IF(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest. See similar questions...

edit] I want a new feature in CMake. What should I do?

CMake FAQ - KitwarePublic
Please make sure to look at the old feature requests not to include duplicates, include detailed instructions of the feature and proposed implementation. See similar questions...

Can I search with regular expressions?

Blazon Search - Searchable Armories
No. Regular expressions were an option, but both the search time due to server overhead and the steep learning curve for the average user have made us decide to drop the idea. However, you will find that the equal sign option offers ample power and flexibility to your search. See similar questions...

Is there support for regular expressions in Tea?

Tea Trove Project - FAQ
What is the easiest way to execute a template, but write the output to a file, to be used as static HTML. The Tea Template Language document has a section titled "Java Integration". The SimpleTea example shows how to integrate with the Tea compiler and runtime. This example outputs to a String, but it can easily be adapted to write to files. See similar questions...

What are Regular Expressions (RegExp)?

PSPad - FAQ - ?????????????????????????? ???????????????? ??...
Very powerful addition to the Find command. I used: Caption=[A-Z]\w+ to find all lines with Caption followed by = and a Capital Letter, followed by any letters and a space. Then F3 gave me the next. Learn them! There is an explanation of how to use Regular Expressions here. See similar questions...

Where can I get more information about regular expressions?

Frequently Asked Questions
There are many regular expression engines. ORF uses PCRE engine (Perl-Compatible Regular Expressions), which implements (almost) the same syntax and semantics as Perl 5 (see http://www.pcre.org and http://www.pcre.org/pcre.txt [warning! large file] for documentation). Note that it is not the same engine used by Perl, Java or the .NET Framework. See similar questions...

How do these filters work? What are Regular Expressions anyway?

Mailfilter - Frequently Asked Questions and Answers
With Mailfilter you can define your own filter rules to determine which e-mails are considered waste and what should be downloaded into your local computer. Such rules are defined by using Regular Expressions. It is very common for these kinds of programs to employ this technique because of its great flexibility. See similar questions...

Can I have modifiers in my stoplist regular expressions?

AnnoCPAN - Ngram
NSP actually checks each regular expression one by one. Unfortunately if the list of regex's is very long, this becomes too slow computationally, and so instead we actually concatenate all the regular expressions to form one big regex, which is then used to do the matching. For example given the regexes above, they will be combined into a single regex, like so: and then this regex is used to do the matching. See similar questions...

How do I use Perl Regular Expressions?

LinkScan Frequently Asked Questions
Perl is supplied with extensive documentation. Enter perldoc perlre at a shell or DOS prompt to display the section covering Perl Regular Expressions. HTML versions are available at many locations including this version of Perl Regular Expressions. See similar questions...

How Can I Use Regular Expressions with PL/SQL?

G Frequently Asked Questions About PL/SQL
You can test or manipulate strings using the built-in functions REGEXP_INSTR, REGEXP_REPLACE, and REGEXP_SUBSTR. Oracle's regular expression features use characters like '.', '*', '^', and '$' that you might be familiar with from UNIX or Perl programming. For multi-language programming, there are also extensions such as '[:lower:]' to match a lowercase letter, instead of '[a-z]' which does not match lowercase accented letters. See similar questions...

Some regular expressions result in quicker searches than others. Why is this?

Bare Metal Software > BareTailPro > FAQ
Generally speaking, the performance characteristics of any regular expression or simple search string are the same. The only exception is that regular expressions with capturing groups (the round brackets) can be much slower than those without, in the worst case. This is a challenging problem in theoretical computer science. Nevertheless, we've put considerable time and effort into optimising regex search performance capturing groups. See similar questions...

When should regular expressions be put directly into a BNF production?

The JavaCC FAQ
First read Question 4.16, '' What does it mean to put a regular expression within a BNF production?'' . For regular expressions that are simply strings, you might as well put them directly into the BNF productions, and not bother with defining them in a regular expression production.6 For more complex regular expressions, it is best to give them a name, using a regular expression production. There are two reasons for this. The first is error reporting. See similar questions...

Explore Other Topics

Do I need to bring a passport or birth certificate with me when I cross the border into Canada?
How do you make these maps?
Can dolphins live in fresh water?
Can I roll over a previous employer's retirement plan such as 401(k) to Firstrade?
What did you eat?
Question: What grows mold faster wheat or white bread?
How can I embed my streaming video screen into my existing web page?
Why did the amount of vitamin B12 increase?
Where can I find ticker symbols for the investments in my plan?
What is the Pennsylvania EPPICard ?
Answer 7 - For how long can I keep out my jewelry?
Sect. 18) How do I print the hex value of an int?
How do I make my RAID drive bootable?
What is The Flash Pass and how does it work?
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact