reg-ex-frage
Verfasst: 26.08.2006 12:07
moinsen,
habe eine echt schwere frage zu Regex.,
ich brauche ein PERL-regEX für ein phpBB-theme wie dieses hier.
ich muss einen harten job machen unter phpBB und ich muss mich in die reg Expressions von Perl einarbeiten.
Die Regex sind dafür gedacht, Teile aus der age source zu filtern.
also fangen wir an die Teiele:
[diese Teile habe ich aus http://www.phpbbdoctor.com/doc_tables.php ]
phpbb_categories Categories are the first level of organization for your board. Each forum belongs to a category, while a category may have one (or more) forums. Permissions, however, are set at the category level. If (because of permissions) a user ends up with an empty forum list for a category, then that category is not displayed on the forum index.
phpbb_forums Forums for your board. Each Forum belongs to a category. A forum contains Topics. User permissions are defined at the forum level, not the category level. That means that you can have forums with different levels of permissions within the same category. The optimal number of forums per category is open for debate.
phpbb_groups A group of users
phpbb_posts Posts for your board. Each post is part of a Topic.
phpbb_posts_text The text for the post
phpbb_topics Topics for your board. A Forum contains Topics. A Topic contains Posts.
phpbb_users Base user information, preference settings, and so on.
phpbb_user_group Cross-reference table between users and groups they belong to. Note that in the phpBB 2.x product every user is a member of at least one group.
danke furer die hilfe
sozi
What Regular Expressions Are Exactly - Terminology
http://www.regular-expressions.info/tutorial.html
habe eine echt schwere frage zu Regex.,
ich brauche ein PERL-regEX für ein phpBB-theme wie dieses hier.
ich muss einen harten job machen unter phpBB und ich muss mich in die reg Expressions von Perl einarbeiten.
Die Regex sind dafür gedacht, Teile aus der age source zu filtern.
also fangen wir an die Teiele:
[diese Teile habe ich aus http://www.phpbbdoctor.com/doc_tables.php ]
phpbb_categories Categories are the first level of organization for your board. Each forum belongs to a category, while a category may have one (or more) forums. Permissions, however, are set at the category level. If (because of permissions) a user ends up with an empty forum list for a category, then that category is not displayed on the forum index.
phpbb_forums Forums for your board. Each Forum belongs to a category. A forum contains Topics. User permissions are defined at the forum level, not the category level. That means that you can have forums with different levels of permissions within the same category. The optimal number of forums per category is open for debate.
phpbb_groups A group of users
phpbb_posts Posts for your board. Each post is part of a Topic.
phpbb_posts_text The text for the post
phpbb_topics Topics for your board. A Forum contains Topics. A Topic contains Posts.
phpbb_users Base user information, preference settings, and so on.
phpbb_user_group Cross-reference table between users and groups they belong to. Note that in the phpBB 2.x product every user is a member of at least one group.
danke furer die hilfe
sozi
What Regular Expressions Are Exactly - Terminology
http://www.regular-expressions.info/tutorial.html