代码搜索:REGX

找到约 1,375 项符合「REGX」的源代码

代码结果 1,375
www.eeworm.com/read/390009/8489638

c regx.c

#include "tdestr.h" #include "common.h" #include "tdefunc.h" #include "define.h" #define CNODE 0 #define NNODE 1 #define SCAN -1 #define STRAIGHT_AS
www.eeworm.com/read/431298/8690400

c regx.c

#include "tdestr.h" #include "common.h" #include "tdefunc.h" #include "define.h" /* * types of nodes in the NFA. * * let's use the node naming convention in Ken Thompson's reg ex pap
www.eeworm.com/read/287151/8717879

c regx.c

#include "tdestr.h" #include "common.h" #include "tdefunc.h" #include "define.h" /* * types of nodes in the NFA. * * let's use the node naming convention in Ken Thompson's reg ex pap
www.eeworm.com/read/426659/9007121

cs regx.cs

using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace Compiler.Dynamic.Text { internal class Regx { static public
www.eeworm.com/read/282768/9065144

c regx.c

#include "tdestr.h" #include "common.h" #include "tdefunc.h" #include "define.h" /* * types of nodes in the NFA. * * let's use the node naming convention in Ken Thompson's reg ex pap
www.eeworm.com/read/373036/9477027

c regx.c

#include "tdestr.h" #include "common.h" #include "tdefunc.h" #include "define.h" #define CNODE 0 #define NNODE 1 #define SCAN -1 #define STRAIGHT_AS
www.eeworm.com/read/366448/9813352

c regx.c

#include "tdestr.h" #include "common.h" #include "tdefunc.h" #include "define.h" /* * types of nodes in the NFA. * * let's use the node naming convention in Ken Thompson's reg ex pap
www.eeworm.com/read/280938/10278440

c regx.c

#include "tdestr.h" #include "common.h" #include "tdefunc.h" #include "define.h" /* * types of nodes in the NFA. * * let's use the node naming convention in Ken Thompson's reg ex pap
www.eeworm.com/read/280172/10350715

c regx.c

/* * These functions compile a regular expression into an NFA and recognize * a pattern. * * Regular expressions are often used to describe a pattern that might * match several different or
www.eeworm.com/read/419541/10863296

c regx.c

#include "tdestr.h" #include "common.h" #include "tdefunc.h" #include "define.h" #define CNODE 0 #define NNODE 1 #define SCAN -1 #define STRAIGHT_AS